+2006-01-25 Behdad Esfahbod <behdad@gnome.org>
+
+ * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
+ Oops. s/_(/Q_(/ in the patch.
+
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
+2006-01-25 Behdad Esfahbod <behdad@gnome.org>
+
+ * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
+ Oops. s/_(/Q_(/ in the patch.
+
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
* digits. That needs support from your system and locale definition
* too.
*/
- g_snprintf (buffer, sizeof (buffer), _("calendar:week:digits|%d"), week);
+ g_snprintf (buffer, sizeof (buffer), Q_("calendar:week:digits|%d"), week);
pango_layout_set_text (layout, buffer, -1);
pango_layout_get_pixel_extents (layout, NULL, &logical_rect);
* digits. That needs support from your system and locale definition
* too.
*/
- g_snprintf (buffer, sizeof (buffer), _("calendar:day:digits|%d"), day);
+ g_snprintf (buffer, sizeof (buffer), Q_("calendar:day:digits|%d"), day);
layout = gtk_widget_create_pango_layout (widget, buffer);
pango_layout_get_pixel_extents (layout, NULL, &logical_rect);